dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueue Class / EnqueueArray Method / EnqueueArray(OracleObject[],OracleQueueMessageProperties[],OracleQueueEnqueueOptions) Method
Array of objects from which messages will be constructed.
Array of messages properties. If skipped or null, it is derived from EnqueueMessageProperties property.
Options for inserting. If skipped or null, they are obtained from EnqueueOptions property.

In This Topic
    EnqueueArray(OracleObject[],OracleQueueMessageProperties[],OracleQueueEnqueueOptions) Method
    In This Topic
    Adds an array of messages of user-defined type to the specified queue.
    Syntax
    'Declaration
     
    Public Overloads Function EnqueueArray( _
       ByVal payloads() As OracleObject, _
       ByVal properties() As OracleQueueMessageProperties, _
       ByVal enqOptions As OracleQueueEnqueueOptions _
    ) As OracleQueueMessageId()

    Parameters

    payloads
    Array of objects from which messages will be constructed.
    properties
    Array of messages properties. If skipped or null, it is derived from EnqueueMessageProperties property.
    enqOptions
    Options for inserting. If skipped or null, they are obtained from EnqueueOptions property.

    Return Value

    Returns an array of message IDs of the enqueued messages.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also